Fix bug #12930 with vertical-motion through a display string.
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Nov 2012 19:28:14 +0000 (21:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Nov 2012 19:28:14 +0000 (21:28 +0200)
commitb65a46be5055c338a9f8e7640ad97b8e592d5977
tree97ac5df10d39cbb224a2e09c8b1c406858291ec0
parent5ac202e90620875d8dc765f49b1694964aab1423
Fix bug #12930 with vertical-motion through a display string.

 src/indent.c (Fvertical_motion): If the starting position is covered
 by a display string, return to one position before that, to avoid
 overshooting it inside move_it_to.
src/ChangeLog
src/indent.c